/* Estilos del ejercicio obligatoria entrega del Tramo3*/

body{
	text-align:center;
	margin:0 auto;
}

#contenedor {
  width: 70%;
  margin: 0 auto;
  height:auto;
}


#imgCrono{
	height:300px;
	background-image: url('imagenes/crono.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center top;
	line-height: 350px;
    font-size: 48px;
	
}
#botones{
	height:75px;
}



#cambiar{
	background-image:url('imagenes/start.png');
	background-repeat:no-repeat;
	height:75px;
	width:75px;
	background-position:center;
	border: none;
	
}

#inicializar{
	background-image:url('imagenes/stop.png');
	background-repeat:no-repeat;
	height:75px;
	width:75px;
	background-position:center;
	border: none;
	background-size:contain;
}

textarea{
	width:300px;
	height:150px;
	text-align:center;
	
}


